home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
pcboard
/
pcbim20.zip
/
PCBIM20.RAR
/
EXEBBS.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-08
|
2KB
|
46 lines
:: ################################################################
:: ## PCBoard/InterMail/OS2/DOS Intelligent Batch File V2.0 ##
:: ## Written by Darrell Harder - Game Quest BBS SysOp ##
:: ## gremlin@express.ca - FidoNet 1:153/9117 - [604]535-1077 ##
:: ################################################################
::
:: EXECBBS.BAT: File to run BBS nodes when a human caller Dials the
:: BBS. This file executes the DOBBS.BAT which is
:: created by your Front End. In this case, InterMail.
::
:: -===[ NOTES! ]========================================================-
:: DOBBS.BAT contains 5 variables of which:
:: - %1 is the connection speed i.e. 14400
:: - %2 is the comport, not useful to PCBoard itself, where you have
:: already set the proper comport
:: - %3 passes the minutes to the next event to PCBoard.
:: - %4 the string from the modem that extablishes whether an EC
:: connection is in progress or not. i.e. /Arq/V42bis or /None
:: - %5 is the Mail server number for which the variable allowing
:: to change to the proper PCBoard node in EXEBBS.BAT will be set.
:: -===[ NOTES! ]========================================================-
:: Echo Information to screen for Sysop to make sure settings are correct
echo Connect %1
echo Port: %2
echo Minutes %3
echo Modem connection %4
echo Node: %5
:: Set seconds to your prefences while you are getting things setup.
wait! 1 s
:: -===[ Connect Carrier String ]========================================-
:: Used to pass the connect carrier speed and string to PCBoard
SET CONNECT=/CSTR:%1%4 /EVENT:%3 %PCB%
SET PCB=%CONNECT%
:: -===[ NOTES! ]========================================================-
:: Clean up used Environment Variables to save Environment space
SET CON=
SET CONNECT=
%PCBDRIVE%
cd %PCBDIR%
BOARD